+Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (title_focus_in): Return FALSE if
+ not shoing the titles. (#70959, Thomas Leonard)
+
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
+Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (title_focus_in): Return FALSE if
+ not shoing the titles. (#70959, Thomas Leonard)
+
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
+Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (title_focus_in): Return FALSE if
+ not shoing the titles. (#70959, Thomas Leonard)
+
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
+Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (title_focus_in): Return FALSE if
+ not shoing the titles. (#70959, Thomas Leonard)
+
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
+Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (title_focus_in): Return FALSE if
+ not shoing the titles. (#70959, Thomas Leonard)
+
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
+Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (title_focus_in): Return FALSE if
+ not shoing the titles. (#70959, Thomas Leonard)
+
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
+Fri Feb 8 14:30:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (title_focus_in): Return FALSE if
+ not shoing the titles. (#70959, Thomas Leonard)
+
2002-02-08 Darin Adler <darin@bentspoon.com>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
gint i;
gint left, right;
+ if (!GTK_CLIST_SHOW_TITLES (clist))
+ return FALSE;
+
/* Check last focused column */
if (clist->focus_header_column != -1)
{